-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge libtask_ext
upstream
#2115
Conversation
Co-authored-by: Hong Ge <[email protected]>
Need to change a few things since we changed the signature of |
Pull Request Test Coverage Report for Build 6828915297Warning: This coverage report may be inaccurate.We've detected an issue with your CI configuration that might affect the accuracy of this pull request's coverage report.
💛 - Coveralls |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #2115 +/- ##
======================================
Coverage 0.00% 0.00%
======================================
Files 21 21
Lines 1451 1450 -1
======================================
+ Misses 1451 1450 -1
☔ View full report in Codecov by Sentry. |
libtask_ext
upstreamlibtask_ext
upstream
I can add a few more tests if needed |
@FredericWantiez sounds good to have a few additional tests. |
Thanks @FredericWantiez -- good work. I left two minor suggestions above. Re styling: is there a reason for using the |
re: styling. Looks like the IDE messed up everything, I'll change |
…t) (#2108) * CompatHelper: bump compat for AbstractMCMC to 5, (keep existing compat) * Update Project.toml * CompatHelper: bump compat for AbstractMCMC to 5 for package test, (keep existing compat) (#2109) Co-authored-by: CompatHelper Julia <[email protected]> * Update Project.toml * CompatHelper: bump compat for AdvancedHMC to 0.6, (keep existing compat) (#2116) * CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#2112) * CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) * Update Project.toml --------- Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: Hong Ge <[email protected]> * CompatHelper: bump compat for AdvancedHMC to 0.6, (keep existing compat) --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: Hong Ge <[email protected]> * CompatHelper: bump compat for EllipticalSliceSampling to 2, (keep existing compat) (#2110) Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: Hong Ge <[email protected]> * CompatHelper: bump compat for AdvancedMH to 0.8 for package test, (keep existing compat) (#2114) Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: Hong Ge <[email protected]> * CompatHelper: bump compat for AdvancedMH to 0.8, (keep existing compat) (#2113) Co-authored-by: CompatHelper Julia <[email protected]> --------- Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: Hong Ge <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
We need to unify the |
d90f49c
to
5faeaab
Compare
Fix #2107; Fix #2105
Close #2119; Close #2120; Close #2121; Close #2122; Close #2123; Close #2124; Close #2125; Close #2126; Close #2127; Close #2128
Breaking change:
resume_from
has been unified withinitial_state
; theresume
export is removed.